&:backdrop { background-color: mix($backdrop_bg_color, $backdrop_base_color, 50%); }
- &:drop(active) {
- &, & > text { box-shadow: none; }
+ // &:drop(active) {
+ // &, & > text { box-shadow: none; }
+ //
+ // > text { background-color: transparentize($drop_target_color, 0.9); }
+ // }
- > text { background-color: transparentize($drop_target_color, 0.9); }
- }
}
%osd, .osd {
*:drop(active):focus,
*:drop(active) { // FIXME needs to be done widget by widget, this wildcard should really die
- border-color: black;
- box-shadow: inset 0 0 0 1px black;
+ border-color: $drop_target_color;
+ box-shadow: inset 0 0 0 1px $drop_target_color;
}
stackswitcher button.text-button { min-width: 100px; } // FIXME aggregate with buttons
background-color: #313434; }
textview:backdrop {
background-color: #333636; }
- textview:drop(active), textview:drop(active) > text {
- box-shadow: none; }
- textview:drop(active) > text {
- background-color: rgba(78, 154, 6, 0.1); }
popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.osd, .csd popover.background.osd, .app-notification,
.app-notification.frame, .osd .scale-popup, .osd {
*:drop(active):focus,
*:drop(active) {
- border-color: black;
- box-shadow: inset 0 0 0 1px black; }
+ border-color: #4e9a06;
+ box-shadow: inset 0 0 0 1px #4e9a06; }
stackswitcher button.text-button {
min-width: 100px; }
background-color: #f4f4f3; }
textview:backdrop {
background-color: #f4f4f3; }
- textview:drop(active), textview:drop(active) > text {
- box-shadow: none; }
- textview:drop(active) > text {
- background-color: rgba(78, 154, 6, 0.1); }
popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.osd, .csd popover.background.osd, .app-notification,
.app-notification.frame, .osd .scale-popup, .osd {
*:drop(active):focus,
*:drop(active) {
- border-color: black;
- box-shadow: inset 0 0 0 1px black; }
+ border-color: #4e9a06;
+ box-shadow: inset 0 0 0 1px #4e9a06; }
stackswitcher button.text-button {
min-width: 100px; }